How to Use eclipse to debug a Perl application before 11:30:36
This tutorial will introduce the debugging functions provided by the eclipse epic plug-in. This plug-in provides a rich debugging environment that can be used in the epic Perl
transferred from: http://perl.apache.org/docs/general/perl_reference/perl_reference.html
Use (), require (), do (),%inc and @INC explained
The @INC array
@INC is a special Perl variable which is the equivalent of the shell ' s PATH variable.
From: http://perl.apache.org/docs/general/perl_reference/perl_reference.html Use (), require (), Do (), % INC and @ INC explained
The @ INC Array
@ INCIs a special Perl variable which is the equivalent of the shell'sPathVariable.
The default Perl debugger is the Perl interpreter itself, plus the graphical interface debugger.Because Telnet is generally used to access the server while developing the program, this article mainly introduces the use of the default command-line
The default Perl debugger is the perl interpreter, and a GUI debugger.Generally, telnet is used to access the server during development. This document describes the usage of the default command line debugger.
Start the Perl interpreter with the-d
Hello WorldA simple Hello World example:
Copy Code code as follows:
#!/usr/bin/env Perl
Use strict;
Use warnings;
Use Cgi::fast;
while (my $q = new Cgi::fast)
{
Print $q->header ("Text/plain");
print "Hello World";
}
Article Introduction: What is node?
Translator Press: OReilly recently a booklet "What is Node?", a brief explanation of Node's life and the application of the scene, the author easy and smooth, full content, is very rare learning
Translator Press: OReilly recently a booklet "What is Node?", a brief explanation of Node's life and the application of the scene, the author easy and smooth, full content, is very rare learning materials. Translate it out and share it with us ~
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.